Package com.stripe.model
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
For more details about Affiliate, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCode()Affiliate code.getName()Affiliate name.Code provided by the company to a travel agent authorizing ticket issuance.inthashCode()voidAffiliate code.voidAffiliate name.voidsetTravelAuthorizationCode(String travelAuthorizationCode) Code provided by the company to a travel agent authorizing ticket issuance.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Affiliate
public Affiliate()
-
-
Method Details
-
getCode
Affiliate code. -
getName
Affiliate name. -
getTravelAuthorizationCode
Code provided by the company to a travel agent authorizing ticket issuance. -
setCode
Affiliate code. -
setName
Affiliate name. -
setTravelAuthorizationCode
Code provided by the company to a travel agent authorizing ticket issuance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-