Class PaymentIntent.PaymentDetails.FlightDatum.Affiliate

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.FlightDatum.Affiliate
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentDetails.FlightDatum

public static class PaymentIntent.PaymentDetails.FlightDatum.Affiliate extends StripeObject
For more details about Affiliate, please refer to the API Reference.
  • Constructor Details

    • Affiliate

      public Affiliate()
  • Method Details

    • getCode

      public String getCode()
      Affiliate code.
    • getName

      public String getName()
      Affiliate name.
    • getTravelAuthorizationCode

      public String getTravelAuthorizationCode()
      Code provided by the company to a travel agent authorizing ticket issuance.
    • setCode

      public void setCode(String code)
      Affiliate code.
    • setName

      public void setName(String name)
      Affiliate name.
    • setTravelAuthorizationCode

      public void setTravelAuthorizationCode(String travelAuthorizationCode)
      Code provided by the company to a travel agent authorizing ticket issuance.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object