public static class RefundService.RefundListRequest.CreatedAt
extends java.lang.Object
Constructor and Description |
---|
RefundService.RefundListRequest.CreatedAt() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParams() |
RefundService.RefundListRequest.CreatedAt |
withGt(java.lang.String gt)
Limit to records created after the specified date-time.
|
RefundService.RefundListRequest.CreatedAt |
withGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
|
RefundService.RefundListRequest.CreatedAt |
withLt(java.lang.String lt)
Limit to records created before the specified date-time.
|
RefundService.RefundListRequest.CreatedAt |
withLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
|
public RefundService.RefundListRequest.CreatedAt()
public RefundService.RefundListRequest.CreatedAt withGt(java.lang.String gt)
Limit to records created after the specified date-time.
public RefundService.RefundListRequest.CreatedAt withGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
public RefundService.RefundListRequest.CreatedAt withLt(java.lang.String lt)
Limit to records created before the specified date-time.
public RefundService.RefundListRequest.CreatedAt withLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
public java.util.Map<java.lang.String,java.lang.Object> getQueryParams()