setLoyaltyMethod method
Implementation
PaymentUIRequestBuilder setLoyaltyMethod(LoyaltyMethod loyaltyMethod) {
_loyaltyMethod = loyaltyMethod;
return this;
}
PaymentUIRequestBuilder setLoyaltyMethod(LoyaltyMethod loyaltyMethod) {
_loyaltyMethod = loyaltyMethod;
return this;
}