public static class PayInvoiceReceipt.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PayInvoiceReceipt |
build() |
PayInvoiceReceipt.Builder |
copy(PayInvoiceReceipt model) |
PayInvoiceReceipt.Builder |
headerId(String headerId)
Payment header id
|
PayInvoiceReceipt.Builder |
token(String token)
Token created for Payment Service
|
PayInvoiceReceipt.Builder |
url(String url)
Url of the Payment Service
|
public PayInvoiceReceipt.Builder url(String url)
Url of the Payment Service
url
- the value to setpublic PayInvoiceReceipt.Builder headerId(String headerId)
Payment header id
headerId
- the value to setpublic PayInvoiceReceipt.Builder token(String token)
Token created for Payment Service
token
- the value to setpublic PayInvoiceReceipt build()
public PayInvoiceReceipt.Builder copy(PayInvoiceReceipt model)
Copyright © 2016–2024. All rights reserved.