ResponseAdditionalDataBillingAddress class abstract
ResponseAdditionalDataBillingAddress
Properties:
- billingAddressPeriodCity - The billing address city passed in the payment request.
- billingAddressPeriodCountry - The billing address country passed in the payment request. Example: NL
- billingAddressPeriodHouseNumberOrName - The billing address house number or name passed in the payment request.
- billingAddressPeriodPostalCode - The billing address postal code passed in the payment request. Example: 1011 DJ
- billingAddressPeriodStateOrProvince - The billing address state or province passed in the payment request. Example: NH
- billingAddressPeriodStreet - The billing address street passed in the payment request.
- Annotations
-
- @BuiltValue.new()
Constructors
- ResponseAdditionalDataBillingAddress([void updates(ResponseAdditionalDataBillingAddressBuilder b)])
-
factory
Properties
- billingAddressPeriodCity → String?
-
The billing address city passed in the payment request.
no setter
- billingAddressPeriodCountry → String?
-
The billing address country passed in the payment request. Example: NL
no setter
- billingAddressPeriodHouseNumberOrName → String?
-
The billing address house number or name passed in the payment request.
no setter
- billingAddressPeriodPostalCode → String?
-
The billing address postal code passed in the payment request. Example: 1011 DJ
no setter
- billingAddressPeriodStateOrProvince → String?
-
The billing address state or province passed in the payment request. Example: NH
no setter
- billingAddressPeriodStreet → String?
-
The billing address street passed in the payment request.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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(ResponseAdditionalDataBillingAddressBuilder)) → ResponseAdditionalDataBillingAddress -
Rebuilds the instance.
inherited
-
toBuilder(
) → ResponseAdditionalDataBillingAddressBuilder -
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<
ResponseAdditionalDataBillingAddress> -
no setter