Skip to main content

PaymentSplit

Represents a payment split configuration for convenience methods. Not part of the core PD-REL schema - used only for builder helpers.

Definition

interface PaymentSplit {
recipient: string;
amount: string | number;
}

Properties

recipient

Type: string

amount

Type: string | number