paymentDetails property

PaymentDetailsDto? paymentDetails
read / write

Additional payment details based on the 'Type'. The discriminator of the payment details must match with this payment type. E.g. payment type 'CreditCard' can only have 'CreditCardPaymentDetails'

Implementation

PaymentDetailsDto? paymentDetails;