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, getStatusCode
public 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 HeaderResponse
Copyright © 2021. All rights reserved.