com.getsensibill.transactionmatcher / TransactionBuilder / metaDataWithPostDate
metaDataWithPostDate
open fun metaDataWithPostDate(@NonNull postDate:
String
, @NonNull amount:
Double
, @NonNull currencyCode:
String
):
TransactionBuilder
!
Sets the minimum and required fields to match receipts with metadata with a transaction posted date.
Parameters
postDate
- String: must be with this format yyyy-MM-dd'T'HH:mm:ssZ
amount
- Double: The amount of the transaction
currencyCode
- String: The currency code of the transaction
Return TransactionBuilder!: the instance of TransactionBuilder.