Types > PaymentDetailIdeal
Commerce APITypesPaymentDetailIdeal
PaymentDetailIdeal

Description

Fields

bank: String!


bic: String!


iban_last4: String!


verified_name: String!


Used By

Types

PaymentDetail

Preview (typescript)

interface PaymentDetailIdeal {
bank: string
bic: string
iban_last4: string
verified_name: string
}