PaymentSplitOptions
Options for creating payment splits in the builder API. Used by withPaymentSplit convenience method.
Definition
interface PaymentSplitOptions {
total: string | number;
currency: string;
splits: PaymentSplit[];
}
Properties
total
Type: string | number
currency
Type: string
splits
Type: PaymentSplit[]