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.
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 fromdata
toobj
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.