Payment class

Classe Payment da documentação oficial Cielo Ecommerce

Constructors

Payment({int? serviceTaxAmount, int? installments, dynamic interest, bool? capture, bool? authenticate, bool? recurrent, CreditCard? creditCard, Wallet? wallet, String? tid, String? proofOfSale, String? authorizationCode, String? softDescriptor, String? provider, FraudAnalysis? fraudAnalysis, bool? isQrCode, int? amount, String? receivedDate, int? status, bool? isSplitted, String? returnMessage, String? returnCode, String? paymentId, String? type, String? currency, String? country, List<Link>? links, String? capturedDate, int? capturedAmount, String? voidedDate, int? voidedAmount, String? address, String? boletoNumber, String? assignor, String? demonstrative, String? expirationDate, String? identification, String? instructions, String? url, String? digitableLine, String? barCodeNumber, int? bank})
Payment.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
getter/setter pair
amount int?
getter/setter pair
assignor String?
getter/setter pair
authenticate bool?
getter/setter pair
authorizationCode String?
getter/setter pair
bank int?
getter/setter pair
barCodeNumber String?
getter/setter pair
boletoNumber String?
getter/setter pair
capture bool?
getter/setter pair
capturedAmount int?
getter/setter pair
capturedDate String?
getter/setter pair
country String?
getter/setter pair
creditCard CreditCard?
getter/setter pair
currency String?
getter/setter pair
demonstrative String?
getter/setter pair
digitableLine String?
getter/setter pair
expirationDate String?
getter/setter pair
fraudAnalysis FraudAnalysis?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identification String?
getter/setter pair
installments int?
getter/setter pair
instructions String?
getter/setter pair
interest ↔ dynamic
getter/setter pair
isQrCode bool?
getter/setter pair
isSplitted bool?
getter/setter pair
getter/setter pair
paymentId String?
getter/setter pair
proofOfSale String?
getter/setter pair
provider String?
getter/setter pair
receivedDate String?
getter/setter pair
recurrent bool?
getter/setter pair
returnCode String?
getter/setter pair
returnMessage String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceTaxAmount int?
getter/setter pair
softDescriptor String?
getter/setter pair
status int?
getter/setter pair
tid String?
getter/setter pair
type String?
getter/setter pair
url String?
getter/setter pair
voidedAmount int?
getter/setter pair
voidedDate String?
getter/setter pair
wallet Wallet?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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