Package io.moov.sdk.models.components
Class CollectFundsCardPayments
- java.lang.Object
-
- io.moov.sdk.models.components.CollectFundsCardPayments
-
public class CollectFundsCardPayments extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollectFundsCardPayments.Builder
-
Constructor Summary
Constructors Constructor Description CollectFundsCardPayments()CollectFundsCardPayments(java.util.Optional<? extends CardAcceptanceMethods> cardAcceptanceMethods, java.util.Optional<java.lang.Boolean> currentlyAcceptsCards, java.util.Optional<? extends EstimatedActivity> estimatedActivity, java.util.Optional<? extends Fulfillment> fulfillment, java.util.Optional<? extends RefundPolicy> refundPolicy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CollectFundsCardPayments.Builderbuilder()java.util.Optional<CardAcceptanceMethods>cardAcceptanceMethods()Describes the distribution of card transactions by payment method.java.util.Optional<java.lang.Boolean>currentlyAcceptsCards()booleanequals(java.lang.Object o)java.util.Optional<EstimatedActivity>estimatedActivity()java.util.Optional<Fulfillment>fulfillment()inthashCode()java.util.Optional<RefundPolicy>refundPolicy()java.lang.StringtoString()CollectFundsCardPaymentswithCardAcceptanceMethods(CardAcceptanceMethods cardAcceptanceMethods)Describes the distribution of card transactions by payment method.CollectFundsCardPaymentswithCardAcceptanceMethods(java.util.Optional<? extends CardAcceptanceMethods> cardAcceptanceMethods)Describes the distribution of card transactions by payment method.CollectFundsCardPaymentswithCurrentlyAcceptsCards(boolean currentlyAcceptsCards)CollectFundsCardPaymentswithCurrentlyAcceptsCards(java.util.Optional<java.lang.Boolean> currentlyAcceptsCards)CollectFundsCardPaymentswithEstimatedActivity(EstimatedActivity estimatedActivity)CollectFundsCardPaymentswithEstimatedActivity(java.util.Optional<? extends EstimatedActivity> estimatedActivity)CollectFundsCardPaymentswithFulfillment(Fulfillment fulfillment)CollectFundsCardPaymentswithFulfillment(java.util.Optional<? extends Fulfillment> fulfillment)CollectFundsCardPaymentswithRefundPolicy(RefundPolicy refundPolicy)CollectFundsCardPaymentswithRefundPolicy(java.util.Optional<? extends RefundPolicy> refundPolicy)
-
-
-
Constructor Detail
-
CollectFundsCardPayments
public CollectFundsCardPayments(java.util.Optional<? extends CardAcceptanceMethods> cardAcceptanceMethods, java.util.Optional<java.lang.Boolean> currentlyAcceptsCards, java.util.Optional<? extends EstimatedActivity> estimatedActivity, java.util.Optional<? extends Fulfillment> fulfillment, java.util.Optional<? extends RefundPolicy> refundPolicy)
-
CollectFundsCardPayments
public CollectFundsCardPayments()
-
-
Method Detail
-
cardAcceptanceMethods
public java.util.Optional<CardAcceptanceMethods> cardAcceptanceMethods()
Describes the distribution of card transactions by payment method.
-
currentlyAcceptsCards
public java.util.Optional<java.lang.Boolean> currentlyAcceptsCards()
-
estimatedActivity
public java.util.Optional<EstimatedActivity> estimatedActivity()
-
fulfillment
public java.util.Optional<Fulfillment> fulfillment()
-
refundPolicy
public java.util.Optional<RefundPolicy> refundPolicy()
-
builder
public static CollectFundsCardPayments.Builder builder()
-
withCardAcceptanceMethods
public CollectFundsCardPayments withCardAcceptanceMethods(CardAcceptanceMethods cardAcceptanceMethods)
Describes the distribution of card transactions by payment method.
-
withCardAcceptanceMethods
public CollectFundsCardPayments withCardAcceptanceMethods(java.util.Optional<? extends CardAcceptanceMethods> cardAcceptanceMethods)
Describes the distribution of card transactions by payment method.
-
withCurrentlyAcceptsCards
public CollectFundsCardPayments withCurrentlyAcceptsCards(boolean currentlyAcceptsCards)
-
withCurrentlyAcceptsCards
public CollectFundsCardPayments withCurrentlyAcceptsCards(java.util.Optional<java.lang.Boolean> currentlyAcceptsCards)
-
withEstimatedActivity
public CollectFundsCardPayments withEstimatedActivity(EstimatedActivity estimatedActivity)
-
withEstimatedActivity
public CollectFundsCardPayments withEstimatedActivity(java.util.Optional<? extends EstimatedActivity> estimatedActivity)
-
withFulfillment
public CollectFundsCardPayments withFulfillment(Fulfillment fulfillment)
-
withFulfillment
public CollectFundsCardPayments withFulfillment(java.util.Optional<? extends Fulfillment> fulfillment)
-
withRefundPolicy
public CollectFundsCardPayments withRefundPolicy(RefundPolicy refundPolicy)
-
withRefundPolicy
public CollectFundsCardPayments withRefundPolicy(java.util.Optional<? extends RefundPolicy> refundPolicy)
-
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
-
-