Class PaymentRequest.Builder
java.lang.Object
com.huntertechpay.models.PaymentRequest.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMetadata(String key, Object value) amount(double amount) amount(BigDecimal amount) build()customerEmail(String customerEmail) customerName(String customerName) description(String description) phoneNumber(String phoneNumber) serviceCode(String serviceCode) webhookUrl(String webhookUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
phoneNumber
-
amount
-
amount
-
currency
-
country
-
serviceCode
-
partnerId
-
description
-
customerName
-
customerEmail
-
webhookUrl
-
metadata
-
addMetadata
-
build
-