Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
OrderPaymentMethod |
OrderPaymentMethod.clone() |
OrderPaymentMethod |
Order.getPaymentMethod()
The details of the payment method.
|
OrderPaymentMethod |
OrderPaymentMethod.set(String fieldName,
Object value) |
OrderPaymentMethod |
OrderPaymentMethod.setBillingAddress(OrderAddress billingAddress)
The billing address.
|
OrderPaymentMethod |
OrderPaymentMethod.setExpirationMonth(Integer expirationMonth)
The card expiration month (January = 1, February = 2 etc.).
|
OrderPaymentMethod |
OrderPaymentMethod.setExpirationYear(Integer expirationYear)
The card expiration year (4-digit, e.g.
|
OrderPaymentMethod |
OrderPaymentMethod.setLastFourDigits(String lastFourDigits)
The last four digits of the card number.
|
OrderPaymentMethod |
OrderPaymentMethod.setPhoneNumber(String phoneNumber)
The billing phone number.
|
OrderPaymentMethod |
OrderPaymentMethod.setType(String type)
The type of instrument.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.setPaymentMethod(OrderPaymentMethod paymentMethod)
The details of the payment method.
|
Copyright © 2011–2021 Google. All rights reserved.