public class RequestPaymentConfiguration extends HeaderResponse
| Constructor and Description |
|---|
RequestPaymentConfiguration() |
RequestPaymentConfiguration(RequestPaymentEnum payer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
RequestPaymentEnum |
getPayer()
Obtain the status of the requester-pays function.
|
void |
setPayer(RequestPaymentEnum payer)
Configure the status of the requester-pays function.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic RequestPaymentConfiguration(RequestPaymentEnum payer)
payer - Status of the requester-pays functionpublic RequestPaymentConfiguration()
public RequestPaymentEnum getPayer()
public void setPayer(RequestPaymentEnum payer)
payer - Status of the requester-pays functionpublic String toString()
toString in class HeaderResponseCopyright © 2021. All rights reserved.