public class QrMerchantData extends java.lang.Object implements PaymentData
Constructor and Description |
---|
QrMerchantData(java.lang.String industry,
Gateway gateway) |
Modifier and Type | Method and Description |
---|---|
Gateway |
getGateway() |
java.lang.String |
getIndustry() |
PaymentTypeName |
getPaymentType() |
java.lang.String |
getQrImageUrl() |
public QrMerchantData(java.lang.String industry, Gateway gateway)
public PaymentTypeName getPaymentType()
getPaymentType
in interface PaymentData
public java.lang.String getQrImageUrl()
public java.lang.String getIndustry()
public Gateway getGateway()