7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/model/IndonesiaTaxRegistrationNumberType.h>
50 template<
typename DecisionNumberT = Aws::String>
51 void SetDecisionNumber(DecisionNumberT&& value) { m_decisionNumberHasBeenSet =
true; m_decisionNumber = std::forward<DecisionNumberT>(value); }
52 template<
typename DecisionNumberT = Aws::String>
63 template<
typename PpnExceptionDesignationCodeT = Aws::String>
64 void SetPpnExceptionDesignationCode(PpnExceptionDesignationCodeT&& value) { m_ppnExceptionDesignationCodeHasBeenSet =
true; m_ppnExceptionDesignationCode = std::forward<PpnExceptionDesignationCodeT>(value); }
65 template<
typename PpnExceptionDesignationCodeT = Aws::String>
81 bool m_decisionNumberHasBeenSet =
false;
84 bool m_ppnExceptionDesignationCodeHasBeenSet =
false;
87 bool m_taxRegistrationNumberTypeHasBeenSet =
false;
void SetTaxRegistrationNumberType(IndonesiaTaxRegistrationNumberType value)
IndonesiaAdditionalInfo & WithTaxRegistrationNumberType(IndonesiaTaxRegistrationNumberType value)
AWS_TAXSETTINGS_API IndonesiaAdditionalInfo()=default
bool DecisionNumberHasBeenSet() const
bool TaxRegistrationNumberTypeHasBeenSet() const
IndonesiaAdditionalInfo & WithPpnExceptionDesignationCode(PpnExceptionDesignationCodeT &&value)
IndonesiaTaxRegistrationNumberType GetTaxRegistrationNumberType() const
const Aws::String & GetPpnExceptionDesignationCode() const
bool PpnExceptionDesignationCodeHasBeenSet() const
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPpnExceptionDesignationCode(PpnExceptionDesignationCodeT &&value)
IndonesiaAdditionalInfo & WithDecisionNumber(DecisionNumberT &&value)
const Aws::String & GetDecisionNumber() const
AWS_TAXSETTINGS_API IndonesiaAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDecisionNumber(DecisionNumberT &&value)
AWS_TAXSETTINGS_API IndonesiaAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
IndonesiaTaxRegistrationNumberType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue