public static class Storefront.CartWalletPaymentMethodInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CartWalletPaymentMethodInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.StringBuilder _queryBuilder) |
Storefront.ApplePayWalletContentInput |
getApplePayWalletContent() |
Input<Storefront.ApplePayWalletContentInput> |
getApplePayWalletContentInput() |
Storefront.ShopPayWalletContentInput |
getShopPayWalletContent() |
Input<Storefront.ShopPayWalletContentInput> |
getShopPayWalletContentInput() |
Storefront.CartWalletPaymentMethodInput |
setApplePayWalletContent(Storefront.ApplePayWalletContentInput applePayWalletContent) |
Storefront.CartWalletPaymentMethodInput |
setApplePayWalletContentInput(Input<Storefront.ApplePayWalletContentInput> applePayWalletContent) |
Storefront.CartWalletPaymentMethodInput |
setShopPayWalletContent(Storefront.ShopPayWalletContentInput shopPayWalletContent) |
Storefront.CartWalletPaymentMethodInput |
setShopPayWalletContentInput(Input<Storefront.ShopPayWalletContentInput> shopPayWalletContent) |
public Storefront.ApplePayWalletContentInput getApplePayWalletContent()
public Input<Storefront.ApplePayWalletContentInput> getApplePayWalletContentInput()
public Storefront.CartWalletPaymentMethodInput setApplePayWalletContent(Storefront.ApplePayWalletContentInput applePayWalletContent)
public Storefront.CartWalletPaymentMethodInput setApplePayWalletContentInput(Input<Storefront.ApplePayWalletContentInput> applePayWalletContent)
public Storefront.ShopPayWalletContentInput getShopPayWalletContent()
public Input<Storefront.ShopPayWalletContentInput> getShopPayWalletContentInput()
public Storefront.CartWalletPaymentMethodInput setShopPayWalletContent(Storefront.ShopPayWalletContentInput shopPayWalletContent)
public Storefront.CartWalletPaymentMethodInput setShopPayWalletContentInput(Input<Storefront.ShopPayWalletContentInput> shopPayWalletContent)
public void appendTo(java.lang.StringBuilder _queryBuilder)