interface PaymentInfo {
    payments: PaymentReference[];
}

Properties

Properties

payments: PaymentReference[]

References to the Payments associated with the Order.