kin-android

kin-android / kin.sdk.internal / PaymentInfoImpl

PaymentInfoImpl

data class PaymentInfoImpl : PaymentInfo

Constructors

Name Summary
<init> PaymentInfoImpl(kinPayment: KinPayment)

Properties

Name Summary
kinPayment val kinPayment: KinPayment

Functions

Name Summary
amount Payment amount in kin.fun amount(): BigDecimal
createdAt Transaction creation time.fun createdAt(): String
destinationPublicKey Destination account public id.fun destinationPublicKey(): String
fee Amount of fee(in stroops) for this payment.fun fee(): Long
hash Transaction id (hash).fun hash(): TransactionId
memo An optional string, up-to 28 characters, included on the transaction record.fun memo(): String
sourcePublicKey Source account public id.fun sourcePublicKey(): String