All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.content.model.OrderPaymentMethod.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






OrderPaymentMethod (Content API for Shopping v2-rev20200902-1.30.10)












com.google.api.services.content.model

Class OrderPaymentMethod

    • Constructor Detail

      • OrderPaymentMethod

        public OrderPaymentMethod()
    • Method Detail

      • getBillingAddress

        public OrderAddress getBillingAddress()
        The billing address.
        Returns:
        value or null for none
      • setBillingAddress

        public OrderPaymentMethod setBillingAddress(OrderAddress billingAddress)
        The billing address.
        Parameters:
        billingAddress - billingAddress or null for none
      • getExpirationMonth

        public Integer getExpirationMonth()
        The card expiration month (January = 1, February = 2 etc.).
        Returns:
        value or null for none
      • setExpirationMonth

        public OrderPaymentMethod setExpirationMonth(Integer expirationMonth)
        The card expiration month (January = 1, February = 2 etc.).
        Parameters:
        expirationMonth - expirationMonth or null for none
      • getExpirationYear

        public Integer getExpirationYear()
        The card expiration year (4-digit, e.g. 2015).
        Returns:
        value or null for none
      • setExpirationYear

        public OrderPaymentMethod setExpirationYear(Integer expirationYear)
        The card expiration year (4-digit, e.g. 2015).
        Parameters:
        expirationYear - expirationYear or null for none
      • getLastFourDigits

        public String getLastFourDigits()
        The last four digits of the card number.
        Returns:
        value or null for none
      • setLastFourDigits

        public OrderPaymentMethod setLastFourDigits(String lastFourDigits)
        The last four digits of the card number.
        Parameters:
        lastFourDigits - lastFourDigits or null for none
      • getPhoneNumber

        public String getPhoneNumber()
        The billing phone number.
        Returns:
        value or null for none
      • setPhoneNumber

        public OrderPaymentMethod setPhoneNumber(String phoneNumber)
        The billing phone number.
        Parameters:
        phoneNumber - phoneNumber or null for none
      • getType

        public String getType()
        The type of instrument. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`JCB`" - "`MASTERCARD`" - "`UNIONPAY`" - "`VISA`" - "``"
        Returns:
        value or null for none
      • setType

        public OrderPaymentMethod setType(String type)
        The type of instrument. Acceptable values are: - "`AMEX`" - "`DISCOVER`" - "`JCB`" - "`MASTERCARD`" - "`UNIONPAY`" - "`VISA`" - "``"
        Parameters:
        type - type or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy