Klasse PaymentCredential

java.lang.Object
com.restfb.types.webhook.messaging.payment.PaymentCredential
Alle implementierten Schnittstellen:
Serializable

public class PaymentCredential extends Object implements Serializable
Siehe auch:
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • isStripe

      public boolean isStripe()
      convenience method to check if the provider type is stripe
      Gibt zurück:
      true if stripe, false if not stripe
    • isPaypal

      public boolean isPaypal()
      convenience method to check if the provider type is paypal
      Gibt zurück:
      true if paypal, false if not paypal
    • isToken

      public boolean isToken()
      convenience method to check if the provider type is token
      Gibt zurück:
      true if token, false if not token
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getProviderType

      Payment provider type
    • setProviderType

      public void setProviderType(String providerType)
      Payment provider type
    • getChargeId

      public String getChargeId()
      Payment provider charge id
    • setChargeId

      public void setChargeId(String chargeId)
      Payment provider charge id