PaymentQRCodeData

public class PaymentQRCodeData implements Parcelable

Internal use only. Contains payment information required for transactions that were parsed from a payment QR Code.

See PaymentQRCodeParser for supported formats.

Constructors

PaymentQRCodeData
Link copied to clipboard
void PaymentQRCodeData(@NonNull() PaymentQRCodeData.Format format, @NonNull() String unparsedContent, @Nullable() String paymentRecipient, @Nullable() String paymentReference, @Nullable() String iban, @Nullable() String bic, @Nullable() String amount)

Types

Format
Link copied to clipboard
public enum Format
Supported QR Code formats.

Functions

describeContents
Link copied to clipboard
int describeContents()
equals
Link copied to clipboard
boolean equals(Object o)
getAmount
Link copied to clipboard
String getAmount()
getBIC
Link copied to clipboard
String getBIC()
getFormat
Link copied to clipboard
PaymentQRCodeData.Format getFormat()
getIBAN
Link copied to clipboard
String getIBAN()
getPaymentRecipient
Link copied to clipboard
String getPaymentRecipient()
getPaymentReference
Link copied to clipboard
String getPaymentReference()
getUnparsedContent
Link copied to clipboard
String getUnparsedContent()
hashCode
Link copied to clipboard
int hashCode()
toJson
Link copied to clipboard
String toJson()
toString
Link copied to clipboard
String toString()
writeToParcel
Link copied to clipboard
void writeToParcel(@NonNull() Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<PaymentQRCodeDataCREATOR