Package io.moov.sdk.models.operations
Class ListReceiptsRequest
- java.lang.Object
-
- io.moov.sdk.models.operations.ListReceiptsRequest
-
public class ListReceiptsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListReceiptsRequest.Builder
-
Constructor Summary
Constructors Constructor Description ListReceiptsRequest(java.lang.String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListReceiptsRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringid()The transfer, schedule, or transfer occurrence ID to filter receipts by.java.lang.StringtoString()ListReceiptsRequestwithId(java.lang.String id)The transfer, schedule, or transfer occurrence ID to filter receipts by.
-
-
-
Method Detail
-
id
public java.lang.String id()
The transfer, schedule, or transfer occurrence ID to filter receipts by.
-
builder
public static ListReceiptsRequest.Builder builder()
-
withId
public ListReceiptsRequest withId(java.lang.String id)
The transfer, schedule, or transfer occurrence ID to filter receipts by.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-