AdditionalDataRatepay class abstract
AdditionalDataRatepay
Properties:
- ratepayPeriodInstallmentAmount - Amount the customer has to pay each month.
- ratepayPeriodInterestRate - Interest rate of this installment.
- ratepayPeriodLastInstallmentAmount - Amount of the last installment.
- ratepayPeriodPaymentFirstday - Calendar day of the first payment.
- ratepaydataPeriodDeliveryDate - Date the merchant delivered the goods to the customer.
- ratepaydataPeriodDueDate - Date by which the customer must settle the payment.
- ratepaydataPeriodInvoiceDate - Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
- ratepaydataPeriodInvoiceId - Identification name or number for the invoice, defined by the merchant.
- Annotations
-
- @BuiltValue.new()
Constructors
- AdditionalDataRatepay([void updates(AdditionalDataRatepayBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ratepaydataPeriodDeliveryDate → String?
-
Date the merchant delivered the goods to the customer.
no setter
- ratepaydataPeriodDueDate → String?
-
Date by which the customer must settle the payment.
no setter
- ratepaydataPeriodInvoiceDate → String?
-
Invoice date, defined by the merchant. If not included, the invoice date is set to the delivery date.
no setter
- ratepaydataPeriodInvoiceId → String?
-
Identification name or number for the invoice, defined by the merchant.
no setter
- ratepayPeriodInstallmentAmount → String?
-
Amount the customer has to pay each month.
no setter
- ratepayPeriodInterestRate → String?
-
Interest rate of this installment.
no setter
- ratepayPeriodLastInstallmentAmount → String?
-
Amount of the last installment.
no setter
- ratepayPeriodPaymentFirstday → String?
-
Calendar day of the first payment.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AdditionalDataRatepayBuilder)) → AdditionalDataRatepay -
Rebuilds the instance.
inherited
-
toBuilder(
) → AdditionalDataRatepayBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AdditionalDataRatepay> -
no setter