public abstract static class AbstractRefundBuilders.AbstractGetRefundRequestBuilder<B extends AbstractRefundBuilders.AbstractGetRefundRequestBuilder,R,M extends Refund> extends RetrofitRequestBuilder<M,R> implements Polling<B>
Modifier and Type | Field and Description |
---|---|
protected ChargeId |
chargeId |
protected java.lang.Boolean |
polling |
protected RefundId |
refundId |
protected StoreId |
storeId |
retrofit
Constructor and Description |
---|
AbstractGetRefundRequestBuilder(retrofit2.Retrofit retrofit,
StoreId storeId,
ChargeId chargeId,
RefundId refundId) |
Modifier and Type | Method and Description |
---|---|
protected ChargeId |
getChargeId() |
protected RefundId |
getRefundId() |
protected StoreId |
getStoreId() |
B |
withPolling(boolean polling) |
build, createCall, dispatch, dispatch, dispatch, getRequest
protected StoreId storeId
protected ChargeId chargeId
protected RefundId refundId
protected java.lang.Boolean polling
protected StoreId getStoreId()
protected ChargeId getChargeId()
protected RefundId getRefundId()
public B withPolling(boolean polling)
withPolling
in interface Polling<B extends AbstractRefundBuilders.AbstractGetRefundRequestBuilder>