7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/CustomerType.h>
20namespace TaxSettings {
43 template <
typename SdiAccountIdT = Aws::String>
45 m_sdiAccountIdHasBeenSet =
true;
46 m_sdiAccountId = std::forward<SdiAccountIdT>(value);
48 template <
typename SdiAccountIdT = Aws::String>
61 template <
typename CigNumberT = Aws::String>
63 m_cigNumberHasBeenSet =
true;
64 m_cigNumber = std::forward<CigNumberT>(value);
66 template <
typename CigNumberT = Aws::String>
81 template <
typename CupNumberT = Aws::String>
83 m_cupNumberHasBeenSet =
true;
84 m_cupNumber = std::forward<CupNumberT>(value);
86 template <
typename CupNumberT = Aws::String>
100 template <
typename TaxCodeT = Aws::String>
102 m_taxCodeHasBeenSet =
true;
103 m_taxCode = std::forward<TaxCodeT>(value);
105 template <
typename TaxCodeT = Aws::String>
120 m_customerTypeHasBeenSet =
true;
121 m_customerType = value;
138 bool m_sdiAccountIdHasBeenSet =
false;
139 bool m_cigNumberHasBeenSet =
false;
140 bool m_cupNumberHasBeenSet =
false;
141 bool m_taxCodeHasBeenSet =
false;
142 bool m_customerTypeHasBeenSet =
false;
bool TaxCodeHasBeenSet() const
AWS_TAXSETTINGS_API ItalyAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCupNumber() const
ItalyAdditionalInfo & WithSdiAccountId(SdiAccountIdT &&value)
bool CigNumberHasBeenSet() const
ItalyAdditionalInfo & WithCigNumber(CigNumberT &&value)
AWS_TAXSETTINGS_API ItalyAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTaxCode() const
CustomerType GetCustomerType() const
void SetSdiAccountId(SdiAccountIdT &&value)
ItalyAdditionalInfo & WithTaxCode(TaxCodeT &&value)
AWS_TAXSETTINGS_API ItalyAdditionalInfo()=default
bool CustomerTypeHasBeenSet() const
ItalyAdditionalInfo & WithCupNumber(CupNumberT &&value)
void SetTaxCode(TaxCodeT &&value)
void SetCustomerType(CustomerType value)
void SetCupNumber(CupNumberT &&value)
void SetCigNumber(CigNumberT &&value)
const Aws::String & GetSdiAccountId() const
ItalyAdditionalInfo & WithCustomerType(CustomerType value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCigNumber() const
bool CupNumberHasBeenSet() const
bool SdiAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue