Create Order Payment Summary Input

An OrderSummary for which to create an OrderPaymentSummary, with the payment authorization or payments to include in it.
Root XML tag
<orderPaymentSummaryInput>
JSON examples
1{
2  "orderSummaryId":"1Osxx0000000000001",
3  "paymentAuthorizationId":"2Dgxx00000000W0001",
4  “name”: “CASH”
5}
1{
2  "orderSummaryId":"1Osxx0000000000001",
3  "paymentIds":[  
4    "0a3xx0000000085AAA",
5    "0a3xx0000000085BBB",
6  ],
7  “name”: “CASH”
8}
Properties
Name Type Description Required or Optional Available Version
orderSummaryId String ID of the OrderSummary. Required 48.0
name String Name of the OrderPaymentSummary. Optional 66.0
payment​AuthorizationId String ID of the payment authorization. Either a payment authorization or at least one payment is required. 48.0
paymentIds String[] List of IDs of the payments. Either a payment authorization or at least one payment is required. 48.0