module:models/PaymentScheduleMinimalRequest()

new module:models/PaymentScheduleMinimalRequest()

This class subject to change without prior notice, Please dont use this class directly.

Constructs a new PaymentScheduleMinimalRequest. The schedule for the payments that are created as part of a payment setup like recurring payment or autopay.

Members

inner payment_limit_amount :String

The upper limit for the payment amount in the case of recurring or autopay payments. Any amount above the limit will not be paid automatically as part of recurring payments and autopay.

Methods

static constructFromObject(data, obj) → {module:models/PaymentScheduleMinimalRequest}

Constructs a PaymentScheduleMinimalRequest from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/PaymentScheduleMinimalRequest

Optional instance to populate.

Returns:
module:models/PaymentScheduleMinimalRequest -

The populated PaymentScheduleMinimalRequest instance.