Type alias PrivatePaymentDetailsBeta

PrivatePaymentDetails: {
    paymentDetails?: Record<string, any>;
}

A container for the cleartext paymentDetails

Type declaration

  • Optional paymentDetails?: Record<string, any>

    An object containing the properties defined in the respective Offering's requiredPaymentDetails json schema. Omitted from the signature payload.