Class GetScheduleResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.accounts.payout.schedule.response.GetScheduleResponse
-
public final class GetScheduleResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description GetScheduleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.Map<Currency,CurrencySchedule>getCurrency()inthashCode()voidsetCurrency(java.util.Map<Currency,CurrencySchedule> currency)java.lang.StringtoString()-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getCurrency
public java.util.Map<Currency,CurrencySchedule> getCurrency()
-
setCurrency
public void setCurrency(java.util.Map<Currency,CurrencySchedule> currency)
-
-