Interface GiftCardProtocol
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface GiftCardProtocol
-
-
Method Summary
Modifier and Type Method Description abstract ComponentViewTypegetComponentViewType()abstract GiftCardPaymentMethodcreatePaymentMethod(PaymentMethod paymentMethod, EncryptedCard encryptedCard, String checkoutAttemptId)-
-
Method Detail
-
getComponentViewType
abstract ComponentViewType getComponentViewType()
-
createPaymentMethod
abstract GiftCardPaymentMethod createPaymentMethod(PaymentMethod paymentMethod, EncryptedCard encryptedCard, String checkoutAttemptId)
-
-
-
-