Package io.moov.sdk.models.components
Class RTPServices
- java.lang.Object
-
- io.moov.sdk.models.components.RTPServices
-
public class RTPServices extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRTPServices.Builder
-
Constructor Summary
Constructors Constructor Description RTPServices(boolean receivePayments, boolean receiveRequestForPayment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RTPServices.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()booleanreceivePayments()Can the institution receive paymentsbooleanreceiveRequestForPayment()Can the institution receive request for payment messagesjava.lang.StringtoString()RTPServiceswithReceivePayments(boolean receivePayments)Can the institution receive paymentsRTPServiceswithReceiveRequestForPayment(boolean receiveRequestForPayment)Can the institution receive request for payment messages
-
-
-
Method Detail
-
receivePayments
public boolean receivePayments()
Can the institution receive payments
-
receiveRequestForPayment
public boolean receiveRequestForPayment()
Can the institution receive request for payment messages
-
builder
public static RTPServices.Builder builder()
-
withReceivePayments
public RTPServices withReceivePayments(boolean receivePayments)
Can the institution receive payments
-
withReceiveRequestForPayment
public RTPServices withReceiveRequestForPayment(boolean receiveRequestForPayment)
Can the institution receive request for payment messages
-
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
-
-