Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 978 Bytes

File metadata and controls

19 lines (16 loc) · 978 Bytes

# PaymentMethodCardResponse

Properties

Name Type Description Notes
object string [optional] [default to 'payment_method']
id string ID
livemode bool 本番環境かどうか
type string
customerId string
detachedAt \DateTime
metadata array<string,mixed> メタデータ
createdAt \DateTime 作成日時 (UTC, ISO 8601 形式)
updatedAt \DateTime 更新日時 (UTC, ISO 8601 形式)
billingDetails \PAYJPV2\Model\PaymentMethodBillingDetailsResponse 請求先情報
card \PAYJPV2\Model\PaymentMethodCardDetailsResponse カード情報

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