Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

UpdatePaymentDetailsProps

Properties for updating payment details of user.

export interface UpdatePaymentDetailsProps extends BaseProps, BaseUserId {
	paymentDetails: PaymentDetails;
	paymentDetailsId: string;
}

Properties

NameRequiredTypeDescription
paymentDetailsRequiredPaymentDetailsPayment details object
paymentDetailsIdRequiredstringPayment details identifier

Referenced Types

On this page