@Component public class PaymentAccountReferenceExtractor extends Object
| Constructor and Description |
|---|
PaymentAccountReferenceExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Set<AccountReference> |
extractAccountReferences(byte[] paymentBody,
PaymentType paymentType)
Extracts account references that are present in JSON payment body
|
public Set<AccountReference> extractAccountReferences(byte[] paymentBody, PaymentType paymentType)
paymentBody - byte representation of JSON paymentpaymentType - payment typeCopyright © 2020. All rights reserved.