Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 764 Bytes

File metadata and controls

16 lines (11 loc) · 764 Bytes

PaymentToken

Properties

Name Type Description Notes
id uuid::Uuid Unique system generated identifier for the digital wallet token.
r#type String Type of the digital wallet token.
expires_on String Datetime when the digital token expires. ISO-8601.
card_details models::TokenizedCardDetails
create_date String ISO-8601 UTC date/time format.
update_date String ISO-8601 UTC date/time format.

[Back to Model list] [Back to API list] [Back to README]