PaymentResultBuilder class

Constructors

PaymentResultBuilder()

Properties

amountsResp AmountsRespBuilder
getter/setter pair
authenticationMethod ↔ ListBuilder<PaymentResultAuthenticationMethodEnum>
getter/setter pair
capturedSignature CapturedSignatureBuilder
getter/setter pair
currencyConversion ↔ ListBuilder<CurrencyConversion>
getter/setter pair
customerLanguage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instalment InstalmentBuilder
getter/setter pair
merchantOverrideFlag bool?
getter/setter pair
onlineFlag bool?
getter/setter pair
paymentAcquirerData PaymentAcquirerDataBuilder
getter/setter pair
paymentInstrumentData PaymentInstrumentDataBuilder
getter/setter pair
paymentType PaymentType?
getter/setter pair
protectedSignature String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validityDate Date?
getter/setter pair

Methods

build() PaymentResult
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(PaymentResult other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(PaymentResultBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited