aws-sdk-taxsettings 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-taxsettings/client.rb +91 -1
- data/lib/aws-sdk-taxsettings/client_api.rb +11 -0
- data/lib/aws-sdk-taxsettings/types.rb +38 -0
- data/lib/aws-sdk-taxsettings.rb +1 -1
- data/sig/client.rbs +10 -0
- data/sig/types.rbs +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aec3a192b963d481d92cfdb1b3f6ef5d210167047f96357adecc2add1dd71c14
|
4
|
+
data.tar.gz: 89ed704cc57d609787739ac7f27977f4eeb0b6ae6381bae98bcfd382ecdf3b8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a01739e8b4d0304f0ce3586b5805f1a1641ed7d90c3af03864e8bbd538daaf76c55597377393cab729c4e80aed757e4aad43458ec89ded29c53f75a2284d026
|
7
|
+
data.tar.gz: fa1cf77f8fac74ea69e5fe944330214b41476ec50f87eff10586af1ee58bb64e87833b684e62df00f7c64a27cc2e7c70d1f54e132d92249badd0a1dad8a490d4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
@@ -591,6 +591,42 @@ module Aws::TaxSettings
|
|
591
591
|
#
|
592
592
|
# ^
|
593
593
|
#
|
594
|
+
# **Indonesia**
|
595
|
+
#
|
596
|
+
# * `PutTaxRegistration`: The use of this operation to submit tax
|
597
|
+
# information is subject to the [Amazon Web Services service
|
598
|
+
# terms][2]. By submitting, you’re providing consent for Amazon Web
|
599
|
+
# Services to validate NIK, NPWP, and NITKU data, provided by you with
|
600
|
+
# the Directorate General of Taxes of Indonesia in accordance with the
|
601
|
+
# Minister of Finance Regulation (PMK) Number 112/PMK.03/2022.
|
602
|
+
#
|
603
|
+
# * `BatchPutTaxRegistration`: The use of this operation to submit tax
|
604
|
+
# information is subject to the [Amazon Web Services service
|
605
|
+
# terms][2]. By submitting, you’re providing consent for Amazon Web
|
606
|
+
# Services to validate NIK, NPWP, and NITKU data, provided by you with
|
607
|
+
# the Directorate General of Taxes of Indonesia in accordance with the
|
608
|
+
# Minister of Finance Regulation (PMK) Number 112/PMK.03/2022, through
|
609
|
+
# our third-party partner PT Achilles Advanced Management
|
610
|
+
# (OnlinePajak).
|
611
|
+
#
|
612
|
+
# * You must specify the `taxRegistrationNumberType` in the
|
613
|
+
# `indonesiaAdditionalInfo` field of the `additionalTaxInformation`
|
614
|
+
# object.
|
615
|
+
#
|
616
|
+
# * If you specify `decisionNumber`, you must specify the
|
617
|
+
# `ppnExceptionDesignationCode` in the `indonesiaAdditionalInfo` field
|
618
|
+
# of the `additionalTaxInformation` object. If the
|
619
|
+
# `taxRegistrationNumberType` is set to NPWP or NITKU, valid values
|
620
|
+
# for `ppnExceptionDesignationCode` are either `01`, `02`, `03`, `07`,
|
621
|
+
# or `08`.
|
622
|
+
#
|
623
|
+
# For other `taxRegistrationNumberType` values,
|
624
|
+
# `ppnExceptionDesignationCode` must be either `01`, `07`, or `08`.
|
625
|
+
#
|
626
|
+
# * If `ppnExceptionDesignationCode` is `07`, you must specify the
|
627
|
+
# `decisionNumber` in the `indonesiaAdditionalInfo` field of the
|
628
|
+
# `additionalTaxInformation` object.
|
629
|
+
#
|
594
630
|
# **Kenya**
|
595
631
|
#
|
596
632
|
# * You must specify the `personType` in the `kenyaAdditionalInfo` field
|
@@ -714,6 +750,7 @@ module Aws::TaxSettings
|
|
714
750
|
#
|
715
751
|
#
|
716
752
|
# [1]: https://console.aws.amazon.com/billing/home#/paymentpreferences/paymentmethods
|
753
|
+
# [2]: http://aws.amazon.com/service-terms/
|
717
754
|
#
|
718
755
|
# @option params [required, Array<String>] :account_ids
|
719
756
|
# List of unique account identifiers.
|
@@ -752,6 +789,11 @@ module Aws::TaxSettings
|
|
752
789
|
# greece_additional_info: {
|
753
790
|
# contracting_authority_code: "ContractingAuthorityCode",
|
754
791
|
# },
|
792
|
+
# indonesia_additional_info: {
|
793
|
+
# decision_number: "DecisionNumber",
|
794
|
+
# ppn_exception_designation_code: "PpnExceptionDesignationCode",
|
795
|
+
# tax_registration_number_type: "NIK", # accepts NIK, PassportNumber, NPWP, NITKU
|
796
|
+
# },
|
755
797
|
# israel_additional_info: {
|
756
798
|
# customer_type: "Business", # required, accepts Business, Individual
|
757
799
|
# dealer_type: "Authorized", # required, accepts Authorized, Non-authorized
|
@@ -988,6 +1030,9 @@ module Aws::TaxSettings
|
|
988
1030
|
# resp.tax_registration.additional_tax_information.georgia_additional_info.person_type #=> String, one of "Legal Person", "Physical Person", "Business"
|
989
1031
|
# resp.tax_registration.additional_tax_information.greece_additional_info.contracting_authority_code #=> String
|
990
1032
|
# resp.tax_registration.additional_tax_information.india_additional_info.pan #=> String
|
1033
|
+
# resp.tax_registration.additional_tax_information.indonesia_additional_info.decision_number #=> String
|
1034
|
+
# resp.tax_registration.additional_tax_information.indonesia_additional_info.ppn_exception_designation_code #=> String
|
1035
|
+
# resp.tax_registration.additional_tax_information.indonesia_additional_info.tax_registration_number_type #=> String, one of "NIK", "PassportNumber", "NPWP", "NITKU"
|
991
1036
|
# resp.tax_registration.additional_tax_information.israel_additional_info.customer_type #=> String, one of "Business", "Individual"
|
992
1037
|
# resp.tax_registration.additional_tax_information.israel_additional_info.dealer_type #=> String, one of "Authorized", "Non-authorized"
|
993
1038
|
# resp.tax_registration.additional_tax_information.italy_additional_info.cig_number #=> String
|
@@ -1244,6 +1289,9 @@ module Aws::TaxSettings
|
|
1244
1289
|
# resp.account_details[0].tax_registration.additional_tax_information.georgia_additional_info.person_type #=> String, one of "Legal Person", "Physical Person", "Business"
|
1245
1290
|
# resp.account_details[0].tax_registration.additional_tax_information.greece_additional_info.contracting_authority_code #=> String
|
1246
1291
|
# resp.account_details[0].tax_registration.additional_tax_information.india_additional_info.pan #=> String
|
1292
|
+
# resp.account_details[0].tax_registration.additional_tax_information.indonesia_additional_info.decision_number #=> String
|
1293
|
+
# resp.account_details[0].tax_registration.additional_tax_information.indonesia_additional_info.ppn_exception_designation_code #=> String
|
1294
|
+
# resp.account_details[0].tax_registration.additional_tax_information.indonesia_additional_info.tax_registration_number_type #=> String, one of "NIK", "PassportNumber", "NPWP", "NITKU"
|
1247
1295
|
# resp.account_details[0].tax_registration.additional_tax_information.israel_additional_info.customer_type #=> String, one of "Business", "Individual"
|
1248
1296
|
# resp.account_details[0].tax_registration.additional_tax_information.israel_additional_info.dealer_type #=> String, one of "Authorized", "Non-authorized"
|
1249
1297
|
# resp.account_details[0].tax_registration.additional_tax_information.italy_additional_info.cig_number #=> String
|
@@ -1442,6 +1490,42 @@ module Aws::TaxSettings
|
|
1442
1490
|
#
|
1443
1491
|
# ^
|
1444
1492
|
#
|
1493
|
+
# **Indonesia**
|
1494
|
+
#
|
1495
|
+
# * `PutTaxRegistration`: The use of this operation to submit tax
|
1496
|
+
# information is subject to the [Amazon Web Services service
|
1497
|
+
# terms][2]. By submitting, you’re providing consent for Amazon Web
|
1498
|
+
# Services to validate NIK, NPWP, and NITKU data, provided by you with
|
1499
|
+
# the Directorate General of Taxes of Indonesia in accordance with the
|
1500
|
+
# Minister of Finance Regulation (PMK) Number 112/PMK.03/2022.
|
1501
|
+
#
|
1502
|
+
# * `BatchPutTaxRegistration`: The use of this operation to submit tax
|
1503
|
+
# information is subject to the [Amazon Web Services service
|
1504
|
+
# terms][2]. By submitting, you’re providing consent for Amazon Web
|
1505
|
+
# Services to validate NIK, NPWP, and NITKU data, provided by you with
|
1506
|
+
# the Directorate General of Taxes of Indonesia in accordance with the
|
1507
|
+
# Minister of Finance Regulation (PMK) Number 112/PMK.03/2022, through
|
1508
|
+
# our third-party partner PT Achilles Advanced Management
|
1509
|
+
# (OnlinePajak).
|
1510
|
+
#
|
1511
|
+
# * You must specify the `taxRegistrationNumberType` in the
|
1512
|
+
# `indonesiaAdditionalInfo` field of the `additionalTaxInformation`
|
1513
|
+
# object.
|
1514
|
+
#
|
1515
|
+
# * If you specify `decisionNumber`, you must specify the
|
1516
|
+
# `ppnExceptionDesignationCode` in the `indonesiaAdditionalInfo` field
|
1517
|
+
# of the `additionalTaxInformation` object. If the
|
1518
|
+
# `taxRegistrationNumberType` is set to NPWP or NITKU, valid values
|
1519
|
+
# for `ppnExceptionDesignationCode` are either `01`, `02`, `03`, `07`,
|
1520
|
+
# or `08`.
|
1521
|
+
#
|
1522
|
+
# For other `taxRegistrationNumberType` values,
|
1523
|
+
# `ppnExceptionDesignationCode` must be either `01`, `07`, or `08`.
|
1524
|
+
#
|
1525
|
+
# * If `ppnExceptionDesignationCode` is `07`, you must specify the
|
1526
|
+
# `decisionNumber` in the `indonesiaAdditionalInfo` field of the
|
1527
|
+
# `additionalTaxInformation` object.
|
1528
|
+
#
|
1445
1529
|
# **Kenya**
|
1446
1530
|
#
|
1447
1531
|
# * You must specify the `personType` in the `kenyaAdditionalInfo` field
|
@@ -1565,6 +1649,7 @@ module Aws::TaxSettings
|
|
1565
1649
|
#
|
1566
1650
|
#
|
1567
1651
|
# [1]: https://console.aws.amazon.com/billing/home#/paymentpreferences/paymentmethods
|
1652
|
+
# [2]: http://aws.amazon.com/service-terms/
|
1568
1653
|
#
|
1569
1654
|
# @option params [String] :account_id
|
1570
1655
|
# Your unique account identifier.
|
@@ -1602,6 +1687,11 @@ module Aws::TaxSettings
|
|
1602
1687
|
# greece_additional_info: {
|
1603
1688
|
# contracting_authority_code: "ContractingAuthorityCode",
|
1604
1689
|
# },
|
1690
|
+
# indonesia_additional_info: {
|
1691
|
+
# decision_number: "DecisionNumber",
|
1692
|
+
# ppn_exception_designation_code: "PpnExceptionDesignationCode",
|
1693
|
+
# tax_registration_number_type: "NIK", # accepts NIK, PassportNumber, NPWP, NITKU
|
1694
|
+
# },
|
1605
1695
|
# israel_additional_info: {
|
1606
1696
|
# customer_type: "Business", # required, accepts Business, Individual
|
1607
1697
|
# dealer_type: "Authorized", # required, accepts Authorized, Non-authorized
|
@@ -1722,7 +1812,7 @@ module Aws::TaxSettings
|
|
1722
1812
|
tracer: tracer
|
1723
1813
|
)
|
1724
1814
|
context[:gem_name] = 'aws-sdk-taxsettings'
|
1725
|
-
context[:gem_version] = '1.
|
1815
|
+
context[:gem_version] = '1.22.0'
|
1726
1816
|
Seahorse::Client::Request.new(handlers, context)
|
1727
1817
|
end
|
1728
1818
|
|
@@ -64,6 +64,7 @@ module Aws::TaxSettings
|
|
64
64
|
CupNumber = Shapes::StringShape.new(name: 'CupNumber')
|
65
65
|
DateOfBirth = Shapes::StringShape.new(name: 'DateOfBirth')
|
66
66
|
DateString = Shapes::StringShape.new(name: 'DateString')
|
67
|
+
DecisionNumber = Shapes::StringShape.new(name: 'DecisionNumber')
|
67
68
|
DeleteSupplementalTaxRegistrationRequest = Shapes::StructureShape.new(name: 'DeleteSupplementalTaxRegistrationRequest')
|
68
69
|
DeleteSupplementalTaxRegistrationResponse = Shapes::StructureShape.new(name: 'DeleteSupplementalTaxRegistrationResponse')
|
69
70
|
DeleteTaxRegistrationRequest = Shapes::StructureShape.new(name: 'DeleteTaxRegistrationRequest')
|
@@ -98,6 +99,8 @@ module Aws::TaxSettings
|
|
98
99
|
HeritageStatus = Shapes::StringShape.new(name: 'HeritageStatus')
|
99
100
|
IndiaAdditionalInfo = Shapes::StructureShape.new(name: 'IndiaAdditionalInfo')
|
100
101
|
IndividualRegistrationNumber = Shapes::StringShape.new(name: 'IndividualRegistrationNumber')
|
102
|
+
IndonesiaAdditionalInfo = Shapes::StructureShape.new(name: 'IndonesiaAdditionalInfo')
|
103
|
+
IndonesiaTaxRegistrationNumberType = Shapes::StringShape.new(name: 'IndonesiaTaxRegistrationNumberType')
|
101
104
|
Industries = Shapes::StringShape.new(name: 'Industries')
|
102
105
|
InheritanceObtainedReason = Shapes::StringShape.new(name: 'InheritanceObtainedReason')
|
103
106
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
@@ -128,6 +131,7 @@ module Aws::TaxSettings
|
|
128
131
|
PersonType = Shapes::StringShape.new(name: 'PersonType')
|
129
132
|
PolandAdditionalInfo = Shapes::StructureShape.new(name: 'PolandAdditionalInfo')
|
130
133
|
PostalCode = Shapes::StringShape.new(name: 'PostalCode')
|
134
|
+
PpnExceptionDesignationCode = Shapes::StringShape.new(name: 'PpnExceptionDesignationCode')
|
131
135
|
PutSupplementalTaxRegistrationRequest = Shapes::StructureShape.new(name: 'PutSupplementalTaxRegistrationRequest')
|
132
136
|
PutSupplementalTaxRegistrationResponse = Shapes::StructureShape.new(name: 'PutSupplementalTaxRegistrationResponse')
|
133
137
|
PutTaxExemptionRequest = Shapes::StructureShape.new(name: 'PutTaxExemptionRequest')
|
@@ -223,6 +227,7 @@ module Aws::TaxSettings
|
|
223
227
|
AdditionalInfoRequest.add_member(:estonia_additional_info, Shapes::ShapeRef.new(shape: EstoniaAdditionalInfo, location_name: "estoniaAdditionalInfo"))
|
224
228
|
AdditionalInfoRequest.add_member(:georgia_additional_info, Shapes::ShapeRef.new(shape: GeorgiaAdditionalInfo, location_name: "georgiaAdditionalInfo"))
|
225
229
|
AdditionalInfoRequest.add_member(:greece_additional_info, Shapes::ShapeRef.new(shape: GreeceAdditionalInfo, location_name: "greeceAdditionalInfo"))
|
230
|
+
AdditionalInfoRequest.add_member(:indonesia_additional_info, Shapes::ShapeRef.new(shape: IndonesiaAdditionalInfo, location_name: "indonesiaAdditionalInfo"))
|
226
231
|
AdditionalInfoRequest.add_member(:israel_additional_info, Shapes::ShapeRef.new(shape: IsraelAdditionalInfo, location_name: "israelAdditionalInfo"))
|
227
232
|
AdditionalInfoRequest.add_member(:italy_additional_info, Shapes::ShapeRef.new(shape: ItalyAdditionalInfo, location_name: "italyAdditionalInfo"))
|
228
233
|
AdditionalInfoRequest.add_member(:kenya_additional_info, Shapes::ShapeRef.new(shape: KenyaAdditionalInfo, location_name: "kenyaAdditionalInfo"))
|
@@ -245,6 +250,7 @@ module Aws::TaxSettings
|
|
245
250
|
AdditionalInfoResponse.add_member(:georgia_additional_info, Shapes::ShapeRef.new(shape: GeorgiaAdditionalInfo, location_name: "georgiaAdditionalInfo"))
|
246
251
|
AdditionalInfoResponse.add_member(:greece_additional_info, Shapes::ShapeRef.new(shape: GreeceAdditionalInfo, location_name: "greeceAdditionalInfo"))
|
247
252
|
AdditionalInfoResponse.add_member(:india_additional_info, Shapes::ShapeRef.new(shape: IndiaAdditionalInfo, location_name: "indiaAdditionalInfo"))
|
253
|
+
AdditionalInfoResponse.add_member(:indonesia_additional_info, Shapes::ShapeRef.new(shape: IndonesiaAdditionalInfo, location_name: "indonesiaAdditionalInfo"))
|
248
254
|
AdditionalInfoResponse.add_member(:israel_additional_info, Shapes::ShapeRef.new(shape: IsraelAdditionalInfo, location_name: "israelAdditionalInfo"))
|
249
255
|
AdditionalInfoResponse.add_member(:italy_additional_info, Shapes::ShapeRef.new(shape: ItalyAdditionalInfo, location_name: "italyAdditionalInfo"))
|
250
256
|
AdditionalInfoResponse.add_member(:kenya_additional_info, Shapes::ShapeRef.new(shape: KenyaAdditionalInfo, location_name: "kenyaAdditionalInfo"))
|
@@ -398,6 +404,11 @@ module Aws::TaxSettings
|
|
398
404
|
IndiaAdditionalInfo.add_member(:pan, Shapes::ShapeRef.new(shape: Pan, location_name: "pan"))
|
399
405
|
IndiaAdditionalInfo.struct_class = Types::IndiaAdditionalInfo
|
400
406
|
|
407
|
+
IndonesiaAdditionalInfo.add_member(:decision_number, Shapes::ShapeRef.new(shape: DecisionNumber, location_name: "decisionNumber"))
|
408
|
+
IndonesiaAdditionalInfo.add_member(:ppn_exception_designation_code, Shapes::ShapeRef.new(shape: PpnExceptionDesignationCode, location_name: "ppnExceptionDesignationCode"))
|
409
|
+
IndonesiaAdditionalInfo.add_member(:tax_registration_number_type, Shapes::ShapeRef.new(shape: IndonesiaTaxRegistrationNumberType, location_name: "taxRegistrationNumberType"))
|
410
|
+
IndonesiaAdditionalInfo.struct_class = Types::IndonesiaAdditionalInfo
|
411
|
+
|
401
412
|
InternalServerException.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, required: true, location_name: "errorCode"))
|
402
413
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
403
414
|
InternalServerException.struct_class = Types::InternalServerException
|
@@ -122,6 +122,9 @@ module Aws::TaxSettings
|
|
122
122
|
# Additional tax information to specify for a TRN in Greece.
|
123
123
|
# @return [Types::GreeceAdditionalInfo]
|
124
124
|
#
|
125
|
+
# @!attribute [rw] indonesia_additional_info
|
126
|
+
# @return [Types::IndonesiaAdditionalInfo]
|
127
|
+
#
|
125
128
|
# @!attribute [rw] israel_additional_info
|
126
129
|
# Additional tax information to specify for a TRN in Israel.
|
127
130
|
# @return [Types::IsraelAdditionalInfo]
|
@@ -182,6 +185,7 @@ module Aws::TaxSettings
|
|
182
185
|
:estonia_additional_info,
|
183
186
|
:georgia_additional_info,
|
184
187
|
:greece_additional_info,
|
188
|
+
:indonesia_additional_info,
|
185
189
|
:israel_additional_info,
|
186
190
|
:italy_additional_info,
|
187
191
|
:kenya_additional_info,
|
@@ -234,6 +238,10 @@ module Aws::TaxSettings
|
|
234
238
|
# Additional tax information in India.
|
235
239
|
# @return [Types::IndiaAdditionalInfo]
|
236
240
|
#
|
241
|
+
# @!attribute [rw] indonesia_additional_info
|
242
|
+
# Additional tax information associated with your TRN in Indonesia.
|
243
|
+
# @return [Types::IndonesiaAdditionalInfo]
|
244
|
+
#
|
237
245
|
# @!attribute [rw] israel_additional_info
|
238
246
|
# Additional tax information associated with your TRN in Israel.
|
239
247
|
# @return [Types::IsraelAdditionalInfo]
|
@@ -296,6 +304,7 @@ module Aws::TaxSettings
|
|
296
304
|
:georgia_additional_info,
|
297
305
|
:greece_additional_info,
|
298
306
|
:india_additional_info,
|
307
|
+
:indonesia_additional_info,
|
299
308
|
:israel_additional_info,
|
300
309
|
:italy_additional_info,
|
301
310
|
:kenya_additional_info,
|
@@ -919,6 +928,35 @@ module Aws::TaxSettings
|
|
919
928
|
include Aws::Structure
|
920
929
|
end
|
921
930
|
|
931
|
+
# Additional tax information associated with your TRN in Indonesia.
|
932
|
+
#
|
933
|
+
# @!attribute [rw] decision_number
|
934
|
+
# VAT-exempt customers have a Directorate General of Taxation (DGT)
|
935
|
+
# exemption letter or certificate (Surat Keterangan Bebas) decision
|
936
|
+
# number. Non-collected VAT have a DGT letter or certificate (Surat
|
937
|
+
# Keterangan Tidak Dipungut).
|
938
|
+
# @return [String]
|
939
|
+
#
|
940
|
+
# @!attribute [rw] ppn_exception_designation_code
|
941
|
+
# Exception code if you are designated by Directorate General of
|
942
|
+
# Taxation (DGT) as a VAT collector, non-collected VAT, or VAT-exempt
|
943
|
+
# customer.
|
944
|
+
# @return [String]
|
945
|
+
#
|
946
|
+
# @!attribute [rw] tax_registration_number_type
|
947
|
+
# The tax registration number type.
|
948
|
+
# @return [String]
|
949
|
+
#
|
950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/IndonesiaAdditionalInfo AWS API Documentation
|
951
|
+
#
|
952
|
+
class IndonesiaAdditionalInfo < Struct.new(
|
953
|
+
:decision_number,
|
954
|
+
:ppn_exception_designation_code,
|
955
|
+
:tax_registration_number_type)
|
956
|
+
SENSITIVE = []
|
957
|
+
include Aws::Structure
|
958
|
+
end
|
959
|
+
|
922
960
|
# The exception thrown when an unexpected error occurs when processing a
|
923
961
|
# request.
|
924
962
|
#
|
data/lib/aws-sdk-taxsettings.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -127,6 +127,11 @@ module Aws
|
|
127
127
|
greece_additional_info: {
|
128
128
|
contracting_authority_code: ::String?
|
129
129
|
}?,
|
130
|
+
indonesia_additional_info: {
|
131
|
+
decision_number: ::String?,
|
132
|
+
ppn_exception_designation_code: ::String?,
|
133
|
+
tax_registration_number_type: ("NIK" | "PassportNumber" | "NPWP" | "NITKU")?
|
134
|
+
}?,
|
130
135
|
israel_additional_info: {
|
131
136
|
customer_type: ("Business" | "Individual"),
|
132
137
|
dealer_type: ("Authorized" | "Non-authorized")
|
@@ -398,6 +403,11 @@ module Aws
|
|
398
403
|
greece_additional_info: {
|
399
404
|
contracting_authority_code: ::String?
|
400
405
|
}?,
|
406
|
+
indonesia_additional_info: {
|
407
|
+
decision_number: ::String?,
|
408
|
+
ppn_exception_designation_code: ::String?,
|
409
|
+
tax_registration_number_type: ("NIK" | "PassportNumber" | "NPWP" | "NITKU")?
|
410
|
+
}?,
|
401
411
|
israel_additional_info: {
|
402
412
|
customer_type: ("Business" | "Individual"),
|
403
413
|
dealer_type: ("Authorized" | "Non-authorized")
|
data/sig/types.rbs
CHANGED
@@ -36,6 +36,7 @@ module Aws::TaxSettings
|
|
36
36
|
attr_accessor estonia_additional_info: Types::EstoniaAdditionalInfo
|
37
37
|
attr_accessor georgia_additional_info: Types::GeorgiaAdditionalInfo
|
38
38
|
attr_accessor greece_additional_info: Types::GreeceAdditionalInfo
|
39
|
+
attr_accessor indonesia_additional_info: Types::IndonesiaAdditionalInfo
|
39
40
|
attr_accessor israel_additional_info: Types::IsraelAdditionalInfo
|
40
41
|
attr_accessor italy_additional_info: Types::ItalyAdditionalInfo
|
41
42
|
attr_accessor kenya_additional_info: Types::KenyaAdditionalInfo
|
@@ -60,6 +61,7 @@ module Aws::TaxSettings
|
|
60
61
|
attr_accessor georgia_additional_info: Types::GeorgiaAdditionalInfo
|
61
62
|
attr_accessor greece_additional_info: Types::GreeceAdditionalInfo
|
62
63
|
attr_accessor india_additional_info: Types::IndiaAdditionalInfo
|
64
|
+
attr_accessor indonesia_additional_info: Types::IndonesiaAdditionalInfo
|
63
65
|
attr_accessor israel_additional_info: Types::IsraelAdditionalInfo
|
64
66
|
attr_accessor italy_additional_info: Types::ItalyAdditionalInfo
|
65
67
|
attr_accessor kenya_additional_info: Types::KenyaAdditionalInfo
|
@@ -263,6 +265,13 @@ module Aws::TaxSettings
|
|
263
265
|
SENSITIVE: []
|
264
266
|
end
|
265
267
|
|
268
|
+
class IndonesiaAdditionalInfo
|
269
|
+
attr_accessor decision_number: ::String
|
270
|
+
attr_accessor ppn_exception_designation_code: ::String
|
271
|
+
attr_accessor tax_registration_number_type: ("NIK" | "PassportNumber" | "NPWP" | "NITKU")
|
272
|
+
SENSITIVE: []
|
273
|
+
end
|
274
|
+
|
266
275
|
class InternalServerException
|
267
276
|
attr_accessor error_code: ::String
|
268
277
|
attr_accessor message: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-taxsettings
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|