blob: a34a0ee0f833d217be526847a21c4056c8e85605 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v1/resources/payments_account.proto
package resources
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
wrappers "github.com/golang/protobuf/ptypes/wrappers"
_ "google.golang.org/genproto/googleapis/api/annotations"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// A payments account, which can be used to set up billing for an Ads customer.
type PaymentsAccount struct {
// The resource name of the payments account.
// PaymentsAccount resource names have the form:
//
// `customers/{customer_id}/paymentsAccounts/{payments_account_id}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// A 16 digit ID used to identify a payments account.
PaymentsAccountId *wrappers.StringValue `protobuf:"bytes,2,opt,name=payments_account_id,json=paymentsAccountId,proto3" json:"payments_account_id,omitempty"`
// The name of the payments account.
Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
// The currency code of the payments account.
// A subset of the currency codes derived from the ISO 4217 standard is
// supported.
CurrencyCode *wrappers.StringValue `protobuf:"bytes,4,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
// A 12 digit ID used to identify the payments profile associated with the
// payments account.
PaymentsProfileId *wrappers.StringValue `protobuf:"bytes,5,opt,name=payments_profile_id,json=paymentsProfileId,proto3" json:"payments_profile_id,omitempty"`
// A secondary payments profile ID present in uncommon situations, e.g.
// when a sequential liability agreement has been arranged.
SecondaryPaymentsProfileId *wrappers.StringValue `protobuf:"bytes,6,opt,name=secondary_payments_profile_id,json=secondaryPaymentsProfileId,proto3" json:"secondary_payments_profile_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PaymentsAccount) Reset() { *m = PaymentsAccount{} }
func (m *PaymentsAccount) String() string { return proto.CompactTextString(m) }
func (*PaymentsAccount) ProtoMessage() {}
func (*PaymentsAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_154b57c389e0899a, []int{0}
}
func (m *PaymentsAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PaymentsAccount.Unmarshal(m, b)
}
func (m *PaymentsAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PaymentsAccount.Marshal(b, m, deterministic)
}
func (m *PaymentsAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_PaymentsAccount.Merge(m, src)
}
func (m *PaymentsAccount) XXX_Size() int {
return xxx_messageInfo_PaymentsAccount.Size(m)
}
func (m *PaymentsAccount) XXX_DiscardUnknown() {
xxx_messageInfo_PaymentsAccount.DiscardUnknown(m)
}
var xxx_messageInfo_PaymentsAccount proto.InternalMessageInfo
func (m *PaymentsAccount) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *PaymentsAccount) GetPaymentsAccountId() *wrappers.StringValue {
if m != nil {
return m.PaymentsAccountId
}
return nil
}
func (m *PaymentsAccount) GetName() *wrappers.StringValue {
if m != nil {
return m.Name
}
return nil
}
func (m *PaymentsAccount) GetCurrencyCode() *wrappers.StringValue {
if m != nil {
return m.CurrencyCode
}
return nil
}
func (m *PaymentsAccount) GetPaymentsProfileId() *wrappers.StringValue {
if m != nil {
return m.PaymentsProfileId
}
return nil
}
func (m *PaymentsAccount) GetSecondaryPaymentsProfileId() *wrappers.StringValue {
if m != nil {
return m.SecondaryPaymentsProfileId
}
return nil
}
func init() {
proto.RegisterType((*PaymentsAccount)(nil), "google.ads.googleads.v1.resources.PaymentsAccount")
}
func init() {
proto.RegisterFile("google/ads/googleads/v1/resources/payments_account.proto", fileDescriptor_154b57c389e0899a)
}
var fileDescriptor_154b57c389e0899a = []byte{
// 397 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x4f, 0xcb, 0xd3, 0x30,
0x18, 0xa7, 0xdd, 0xeb, 0x0b, 0xc6, 0x77, 0x88, 0xd5, 0xc3, 0x18, 0x53, 0x36, 0x65, 0xb0, 0x53,
0x6a, 0xf5, 0x22, 0xf1, 0xd4, 0x79, 0x18, 0x13, 0x91, 0x32, 0xa1, 0x07, 0x29, 0x94, 0x2c, 0xc9,
0x4a, 0xa1, 0x4d, 0x42, 0xd2, 0x4e, 0x76, 0xf4, 0xab, 0x78, 0x12, 0x3f, 0x8a, 0x1f, 0xc5, 0x4f,
0x21, 0x6d, 0x9a, 0xc0, 0x86, 0xe8, 0xbc, 0xfd, 0xc8, 0xf3, 0xfb, 0xf7, 0x90, 0x07, 0xbc, 0x29,
0x84, 0x28, 0x2a, 0x16, 0x62, 0xaa, 0x43, 0x03, 0x3b, 0x74, 0x8c, 0x42, 0xc5, 0xb4, 0x68, 0x15,
0x61, 0x3a, 0x94, 0xf8, 0x54, 0x33, 0xde, 0xe8, 0x1c, 0x13, 0x22, 0x5a, 0xde, 0x40, 0xa9, 0x44,
0x23, 0x82, 0x85, 0xa1, 0x43, 0x4c, 0x35, 0x74, 0x4a, 0x78, 0x8c, 0xa0, 0x53, 0x4e, 0x9f, 0x0d,
0xe6, 0xbd, 0x60, 0xdf, 0x1e, 0xc2, 0x2f, 0x0a, 0x4b, 0xc9, 0x94, 0x36, 0x16, 0xd3, 0x99, 0x0d,
0x97, 0x65, 0x88, 0x39, 0x17, 0x0d, 0x6e, 0x4a, 0xc1, 0x87, 0xe9, 0xf3, 0xef, 0x23, 0xf0, 0x30,
0x19, 0xb2, 0x63, 0x13, 0x1d, 0xbc, 0x00, 0x63, 0x6b, 0x9f, 0x73, 0x5c, 0xb3, 0x89, 0x37, 0xf7,
0x56, 0xf7, 0x77, 0x77, 0xf6, 0xf1, 0x23, 0xae, 0x59, 0xf0, 0x01, 0x3c, 0xbe, 0xec, 0x9c, 0x97,
0x74, 0xe2, 0xcf, 0xbd, 0xd5, 0x83, 0x57, 0xb3, 0xa1, 0x2c, 0xb4, 0xa5, 0xe0, 0xa7, 0x46, 0x95,
0xbc, 0x48, 0x71, 0xd5, 0xb2, 0xdd, 0x23, 0x79, 0x1e, 0xb8, 0xa5, 0xc1, 0x4b, 0x70, 0xd3, 0x27,
0x8d, 0xae, 0x90, 0xf7, 0xcc, 0x20, 0x06, 0x63, 0xd2, 0x2a, 0xc5, 0x38, 0x39, 0xe5, 0x44, 0x50,
0x36, 0xb9, 0xb9, 0x42, 0x7a, 0x67, 0x25, 0xef, 0x04, 0x3d, 0x5f, 0x41, 0x2a, 0x71, 0x28, 0x2b,
0xd6, 0xad, 0x70, 0xef, 0x7f, 0x56, 0x48, 0x8c, 0x6e, 0x4b, 0x83, 0x1c, 0x3c, 0xd5, 0x8c, 0x08,
0x4e, 0xb1, 0x3a, 0xe5, 0x7f, 0xf2, 0xbd, 0xbd, 0xc2, 0x77, 0xea, 0x2c, 0x92, 0xcb, 0x80, 0xf5,
0x57, 0x1f, 0x2c, 0x89, 0xa8, 0xe1, 0x3f, 0x4f, 0x62, 0xfd, 0xe4, 0xe2, 0x47, 0x93, 0x2e, 0x2a,
0xf1, 0x3e, 0xbf, 0x1f, 0xa4, 0x85, 0xa8, 0x30, 0x2f, 0xa0, 0x50, 0x45, 0x58, 0x30, 0xde, 0x17,
0xb1, 0x77, 0x29, 0x4b, 0xfd, 0x97, 0x33, 0x7d, 0xeb, 0xd0, 0x37, 0x7f, 0xb4, 0x89, 0xe3, 0x1f,
0xfe, 0x62, 0x63, 0x2c, 0x63, 0xaa, 0xa1, 0x81, 0x1d, 0x4a, 0x23, 0xb8, 0xb3, 0xcc, 0x9f, 0x96,
0x93, 0xc5, 0x54, 0x67, 0x8e, 0x93, 0xa5, 0x51, 0xe6, 0x38, 0xbf, 0xfc, 0xa5, 0x19, 0x20, 0x14,
0x53, 0x8d, 0x90, 0x63, 0x21, 0x94, 0x46, 0x08, 0x39, 0xde, 0xfe, 0xb6, 0x2f, 0xfb, 0xfa, 0x77,
0x00, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xc8, 0x02, 0x45, 0x52, 0x03, 0x00, 0x00,
}