TransactionBuilder
open class TransactionBuilder
Content copied to clipboard
Builder class used to construct ExternalAccountTransactions, enforcing that all mandatory fields have been provided.
See also
Functions
build
Link copied to clipboard
Build and return the ExternalAccountTransaction, ensuring that the provided data isvalid before continuing
id
Link copied to clipboard
maskedAccountNumber
Link copied to clipboard
open fun maskedAccountNumber(maskedAccountNumber: String): TransactionBuilder
Content copied to clipboard
merchantName
Link copied to clipboard
metaDataWithDate
Link copied to clipboard
open fun metaDataWithDate(@NonNull() date: String, @NonNull() amount: Double, @NonNull() currencyCode: String): TransactionBuilder
Content copied to clipboard
metaDataWithPostDate
Link copied to clipboard
open fun metaDataWithPostDate(@NonNull() postDate: String, @NonNull() amount: Double, @NonNull() currencyCode: String): TransactionBuilder
Content copied to clipboard
postedDate
Link copied to clipboard
summary
Link copied to clipboard