ResponseAdditionalDataBillingAddress class abstract

ResponseAdditionalDataBillingAddress

Properties:

Annotations
  • @BuiltValue.new()

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