Interface

DigitalPayGiftingOrderRequest

DigitalPayGiftingOrderRequest

Request payload containing details of the order

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 4

Members

GiftingBillingContact

# billingContact

Billing address for the order

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 34

string

# deliveryEmail

Email of the ordering customer

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 14

number

# discountAmount

Eligible discount amount. In case of no discounts, value will be 0

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 26

string

# instrumentId

The instrumentId to be used for the order. Must not be a stored gift card

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 10

Array

# orderItems

Gift cards to be included in the order. Currently only supports a single entry. Array is for future roadmap

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 38

string

# referenceId

Unique reference for the order supplied by the client

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 18

number

# subTotalAmount

Face value of the gift card

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 22

number

# totalOrderAmount

Net amount payable

View Source model/DigiPayModel/DigitalPayGiftingOrderRequest.d.ts, line 30