Types > OIPaymentDetail
Description
Fields
card: OIPaymentDetailCard
client: OIPaymentDetailClient
type: PaymentDetailType!
Type of the payment detail
Used By
Types
Preview (typescript)
interface OIPaymentDetail {card?: OIPaymentDetailCard | nullclient?: OIPaymentDetailClient | nullfailed_attempts: numberpayment_method_id?: stringtype: PaymentDetailType}