Package | Description |
---|---|
com.google.api.services.walletobjects | |
com.google.api.services.walletobjects.model |
Modifier and Type | Method and Description |
---|---|
Walletobjects.Issuer.Insert |
Walletobjects.Issuer.insert(Issuer content)
Inserts an issuer with the given ID and properties.
|
Walletobjects.Issuer.Patch |
Walletobjects.Issuer.patch(Long resourceId,
Issuer content)
Updates the issuer referenced by the given issuer ID.
|
Walletobjects.Issuer.Update |
Walletobjects.Issuer.update(Long resourceId,
Issuer content)
Updates the issuer referenced by the given issuer ID.
|
Constructor and Description |
---|
Insert(Issuer content)
Inserts an issuer with the given ID and properties.
|
Patch(Long resourceId,
Issuer content)
Updates the issuer referenced by the given issuer ID.
|
Update(Long resourceId,
Issuer content)
Updates the issuer referenced by the given issuer ID.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
Issuer.clone() |
Issuer |
Issuer.set(String fieldName,
Object value) |
Issuer |
Issuer.setCallbackOptions(CallbackOptions callbackOptions)
Allows the issuer to provide their callback settings.
|
Issuer |
Issuer.setContactInfo(IssuerContactInfo contactInfo)
Issuer contact information.
|
Issuer |
Issuer.setHomepageUrl(String homepageUrl)
URL for the issuer's home page.
|
Issuer |
Issuer.setIssuerId(Long issuerId)
The unique identifier for an issuer account.
|
Issuer |
Issuer.setName(String name)
The account name of the issuer.
|
Issuer |
Issuer.setSmartTapMerchantData(SmartTapMerchantData smartTapMerchantData)
Available only to Smart Tap enabled partners.
|
Modifier and Type | Method and Description |
---|---|
List<Issuer> |
IssuerListResponse.getResources()
Resources corresponding to the list request.
|
Modifier and Type | Method and Description |
---|---|
IssuerListResponse |
IssuerListResponse.setResources(List<Issuer> resources)
Resources corresponding to the list request.
|
Copyright © 2011–2024 Google. All rights reserved.