Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.44 KB

PaymentProfileGetResponse.md

File metadata and controls

17 lines (12 loc) · 1.44 KB

PaymentProfileGetResponse

PaymentProfileGetResponse defines the response schema for /payment_profile/get

Properties

Name Type Description Notes
updated_at datetime Timestamp in ISO 8601 format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the last time the given Payment Profile was updated at
created_at datetime Timestamp in ISO 8601 format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the time the given Payment Profile was created at
deleted_at datetime, none_type Timestamp in ISO 8601 format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the time the given Payment Profile was deleted at. Always `null` if the Payment Profile has not been deleted
status PaymentProfileStatus
request_id str A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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