Uses of Class
net.auropay.PaymentConfigBuilder
-
Uses of PaymentConfigBuilder in net.auropay
Methods in net.auropay that return PaymentConfigBuilderModifier and TypeMethodDescriptionPaymentConfigBuilder.setAmount(double value) PaymentConfigBuilder.setCallbackParameters(CallbackParameters value) PaymentConfigBuilder.setCustomers(ArrayList<Customer> value) PaymentConfigBuilder.setExpireOn(String value) PaymentConfigBuilder.setInvoiceNumber(String value) PaymentConfigBuilder.setPaymentDescription(String value) PaymentConfigBuilder.setResponseType(long value) PaymentConfigBuilder.setSettings(Settings value) PaymentConfigBuilder.setShortDescription(String value) Methods in net.auropay with parameters of type PaymentConfigBuilderModifier and TypeMethodDescriptionorg.json.JSONObjectAuropayConnect.createPaymentLink(PaymentConfigBuilder builder) Creates a payment link using the provided PaymentConfigBuilder.org.json.JSONObjectAuropayConnect.createQRCode(PaymentConfigBuilder builder)