Class AffiliateDetailsResponse
java.lang.Object
travel.wink.sdk.payment.acquiring.model.AffiliateDetailsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T13:50:07.346586+07:00[Asia/Bangkok]")
public class AffiliateDetailsResponse
extends Object
Affiliate details response contains details about the affiliate facilitating the sale.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAffiliateDetailsResponse(String affiliateIdentifier, String affiliateName, String affiliateUrl) -
Method Summary
-
Field Details
-
JSON_PROPERTY_AFFILIATE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_AFFILIATE_NAME
- See Also:
-
JSON_PROPERTY_AFFILIATE_URL
- See Also:
-
-
Constructor Details
-
AffiliateDetailsResponse
public AffiliateDetailsResponse() -
AffiliateDetailsResponse
-
-
Method Details
-
getAffiliateIdentifier
Affiliate identifier of entity making the same- Returns:
- affiliateIdentifier
-
getAffiliateName
Affiliate name of entity making the same- Returns:
- affiliateName
-
getAffiliateUrl
Affiliate url of entity making the same- Returns:
- affiliateUrl
-
equals
-
hashCode
public int hashCode() -
toString
-