Class: ServiceFeeRequest

payments.ServiceFeeRequest()

new ServiceFeeRequest()

Source:

Methods

(static) ServiceFeeRequest#getAmount() → {Number}

Get the field value amount (cents) of the service fee
Source:
Returns:
must be a long integer
Type
Number

(static) ServiceFeeRequest#getOrderId() → {String}

Get the field value Unique identifier of the order with which this payment is associated (will be auto-populated by client connector)
Source:
Returns:
Type
String

(static) ServiceFeeRequest#getSourcePaymentId() → {String}

Get the field value Unique identifier of the primary payment the serivce fee is associated with
Source:
Returns:
Type
String

(static) ServiceFeeRequest#getVaultedCard() → {payments.VaultedCard}

Get the field value Vaulted card to use to bill the service fee
Source:
Returns:
Type
payments.VaultedCard

(static) ServiceFeeRequest#setAmount(amount)

Set the field value amount (cents) of the service fee
Parameters:
Name Type Description
amount Number must be a long integer
Source:

(static) ServiceFeeRequest#setOrderId(orderId)

Set the field value Unique identifier of the order with which this payment is associated (will be auto-populated by client connector)
Parameters:
Name Type Description
orderId String
Source:

(static) ServiceFeeRequest#setSourcePaymentId(sourcePaymentId)

Set the field value Unique identifier of the primary payment the serivce fee is associated with
Parameters:
Name Type Description
sourcePaymentId String
Source:

(static) ServiceFeeRequest#setVaultedCard(vaultedCard)

Set the field value Vaulted card to use to bill the service fee
Parameters:
Name Type Description
vaultedCard payments.VaultedCard
Source: