public class RefundStandaloneRequestConverter
extends AbstractRequestConverter
PaymentServiceRequest
to
Request
for payment refund standalone request.Constructor and Description |
---|
RefundStandaloneRequestConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
addBillingAddress(AddressModel billingAddress,
PaymentTransaction target) |
protected void |
addCardDetails(CardInfo cardInfo,
PaymentTransaction target) |
protected void |
addCardInfoFields(PaymentServiceRequest request,
PaymentTransaction target) |
protected PaymentTransaction |
addCommonFields(PaymentServiceRequest source,
AbstractOrderModel order) |
Request |
convert(PaymentServiceRequest source) |
void |
setProcessingLevelPopulator(<any> processingLevelPopulator) |
public Request convert(PaymentServiceRequest source)
protected PaymentTransaction addCommonFields(PaymentServiceRequest source, AbstractOrderModel order)
protected void addCardInfoFields(PaymentServiceRequest request, PaymentTransaction target)
protected void addCardDetails(CardInfo cardInfo, PaymentTransaction target)
protected void addBillingAddress(AddressModel billingAddress, PaymentTransaction target)
public void setProcessingLevelPopulator(<any> processingLevelPopulator)