You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CyberSource/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -880,6 +880,7 @@
880
880
from .models.tss_v2_transactions_post201_response__embedded_client_reference_informationimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
881
881
from .models.tss_v2_transactions_post201_response__embedded_client_reference_information_partnerimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformationPartner
882
882
from .models.tss_v2_transactions_post201_response__embedded_consumer_authentication_informationimportTssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
883
+
from .models.tss_v2_transactions_post201_response__embedded_error_informationimportTssV2TransactionsPost201ResponseEmbeddedErrorInformation
883
884
from .models.tss_v2_transactions_post201_response__embedded__linksimportTssV2TransactionsPost201ResponseEmbeddedLinks
884
885
from .models.tss_v2_transactions_post201_response__embedded_merchant_informationimportTssV2TransactionsPost201ResponseEmbeddedMerchantInformation
885
886
from .models.tss_v2_transactions_post201_response__embedded_order_informationimportTssV2TransactionsPost201ResponseEmbeddedOrderInformation
Copy file name to clipboardExpand all lines: CyberSource/models/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -880,6 +880,7 @@
880
880
from .tss_v2_transactions_post201_response__embedded_client_reference_informationimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
881
881
from .tss_v2_transactions_post201_response__embedded_client_reference_information_partnerimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformationPartner
882
882
from .tss_v2_transactions_post201_response__embedded_consumer_authentication_informationimportTssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
883
+
from .tss_v2_transactions_post201_response__embedded_error_informationimportTssV2TransactionsPost201ResponseEmbeddedErrorInformation
883
884
from .tss_v2_transactions_post201_response__embedded__linksimportTssV2TransactionsPost201ResponseEmbeddedLinks
884
885
from .tss_v2_transactions_post201_response__embedded_merchant_informationimportTssV2TransactionsPost201ResponseEmbeddedMerchantInformation
885
886
from .tss_v2_transactions_post201_response__embedded_order_informationimportTssV2TransactionsPost201ResponseEmbeddedOrderInformation
Gets the date_of_birth of this Ptsv2paymentsRecipientInformation.
167
+
Recipient’s date of birth. **Format**: `YYYYMMDD`. This field is a `pass-through`, which means that CyberSource ensures that the value is eight numeric characters but otherwise does not verify the value or modify it in any way before sending it to the processor. If the field is not required for the transaction, CyberSource does not forward it to the processor. For more details, see `recipient_date_of_birth` field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)
168
+
169
+
:return: The date_of_birth of this Ptsv2paymentsRecipientInformation.
170
+
:rtype: str
171
+
"""
172
+
returnself._date_of_birth
173
+
174
+
@date_of_birth.setter
175
+
defdate_of_birth(self, date_of_birth):
176
+
"""
177
+
Sets the date_of_birth of this Ptsv2paymentsRecipientInformation.
178
+
Recipient’s date of birth. **Format**: `YYYYMMDD`. This field is a `pass-through`, which means that CyberSource ensures that the value is eight numeric characters but otherwise does not verify the value or modify it in any way before sending it to the processor. If the field is not required for the transaction, CyberSource does not forward it to the processor. For more details, see `recipient_date_of_birth` field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)
179
+
180
+
:param date_of_birth: The date_of_birth of this Ptsv2paymentsRecipientInformation.
0 commit comments