new module:models/PaymentScheduleMinimalRequest()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newPaymentScheduleMinimalRequest.
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
PaymentScheduleMinimalRequestfrom a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdatatoobjif supplied or a new instance if not.Parameters:
Name Type Description dataObject The plain JavaScript object bearing properties of interest.
objmodule:models/PaymentScheduleMinimalRequest Optional instance to populate.
Returns:
module:models/PaymentScheduleMinimalRequest -The populated
PaymentScheduleMinimalRequestinstance.