ResponseAdditionalDataInstallments class abstract
ResponseAdditionalDataInstallments
Properties:
- installmentPaymentDataPeriodInstallmentType - Type of installment. The value of
installmentTypeshould be IssuerFinanced. - installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodAnnualPercentageRate - Annual interest rate.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodFirstInstallmentAmount - First Installment Amount in minor units.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodInstallmentFee - Installment fee amount in minor units.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodInterestRate - Interest rate for the installment period.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodMaximumNumberOfInstallments - Maximum number of installments possible for this payment.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodMinimumNumberOfInstallments - Minimum number of installments possible for this payment.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodNumberOfInstallments - Total number of installments possible for this payment.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodSubsequentInstallmentAmount - Subsequent Installment Amount in minor units.
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodTotalAmountDue - Total amount in minor units.
- installmentPaymentDataPeriodPaymentOptions - Possible values: * PayInInstallmentsOnly * PayInFullOnly * PayInFullOrInstallments
- installmentsPeriodValue - The number of installments that the payment amount should be charged with. Example: 5 > Only relevant for card payments in countries that support installments.
- Annotations
-
- @BuiltValue.new()
Constructors
- ResponseAdditionalDataInstallments([void updates(ResponseAdditionalDataInstallmentsBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- installmentPaymentDataPeriodInstallmentType → String?
-
Type of installment. The value of
installmentTypeshould be IssuerFinanced.no setter - installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodAnnualPercentageRate → String?
-
Annual interest rate.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodFirstInstallmentAmount → String?
-
First Installment Amount in minor units.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodInstallmentFee → String?
-
Installment fee amount in minor units.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodInterestRate → String?
-
Interest rate for the installment period.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodMaximumNumberOfInstallments → String?
-
Maximum number of installments possible for this payment.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodMinimumNumberOfInstallments → String?
-
Minimum number of installments possible for this payment.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodNumberOfInstallments → String?
-
Total number of installments possible for this payment.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodSubsequentInstallmentAmount → String?
-
Subsequent Installment Amount in minor units.
no setter
- installmentPaymentDataPeriodOptionLeftSquareBracketItemNrRightSquareBracketPeriodTotalAmountDue → String?
-
Total amount in minor units.
no setter
- installmentPaymentDataPeriodPaymentOptions → String?
-
Possible values: * PayInInstallmentsOnly * PayInFullOnly * PayInFullOrInstallments
no setter
- installmentsPeriodValue → String?
-
The number of installments that the payment amount should be charged with. Example: 5 > Only relevant for card payments in countries that support installments.
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(ResponseAdditionalDataInstallmentsBuilder)) → ResponseAdditionalDataInstallments -
Rebuilds the instance.
inherited
-
toBuilder(
) → ResponseAdditionalDataInstallmentsBuilder -
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<
ResponseAdditionalDataInstallments> -
no setter