Class AffiliateDetailsResponse

java.lang.Object
travel.wink.sdk.payment.acquiring.model.AffiliateDetailsResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-16T12:48:03.743368+07:00[Asia/Bangkok]") public class AffiliateDetailsResponse extends Object
Affiliate details response contains details about the affiliate facilitating the sale.
  • Field Details

  • Constructor Details

    • AffiliateDetailsResponse

      public AffiliateDetailsResponse()
    • AffiliateDetailsResponse

      public AffiliateDetailsResponse(String affiliateIdentifier, String affiliateName, String affiliateUrl)
  • Method Details

    • getAffiliateIdentifier

      @Nullable public String getAffiliateIdentifier()
      Affiliate identifier of entity making the same
      Returns:
      affiliateIdentifier
    • getAffiliateName

      @Nullable public String getAffiliateName()
      Affiliate name of entity making the same
      Returns:
      affiliateName
    • getAffiliateUrl

      @Nullable public String getAffiliateUrl()
      Affiliate url of entity making the same
      Returns:
      affiliateUrl
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object