<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python SDK: how to set billTo fields in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56988#M31733</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21261"&gt;@superseed&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not quite a Python expert, so I may have missed something here, but try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    // Set the customer's Bill To address
      &lt;BR /&gt;        billTo = apicontractsv1.customerAddressType();&lt;BR /&gt;        billTo.firstName("Ellen");&lt;BR /&gt;        billTo.lastName("Johnson");&lt;BR /&gt;        billTo.company("Souveniropolis");&lt;BR /&gt;        billTo.address("14 Main Street");&lt;BR /&gt;        billTo.city("Pecan Springs");&lt;BR /&gt;        billTo.state("TX");&lt;BR /&gt;        billTo.zip("44628");&lt;BR /&gt;        billTo.country("USA");
&lt;BR /&gt;    // add the last line to add the billTo to the transactionrequest
	transactionrequest = apicontractsv1.transactionRequestType()
	transactionrequest.transactionType = "authCaptureTransaction"
	transactionrequest.amount = amount
	transactionrequest.payment = payment&lt;BR /&gt;        transactionrequest.billTo = billTo&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd still encourage you to open an issue in the sample code repository on GitHub so that the relevant people can be notified to add examples to each of the samples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 18:15:20 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-02-21T18:15:20Z</dc:date>
    <item>
      <title>Python SDK: how to set billTo fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56964#M31709</link>
      <description>&lt;P&gt;None of the code samples at&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sample-code-python/tree/master/PaymentTransactions" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-python/tree/master/PaymentTransactions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Demonstrate setting "billTo" fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I use the python SDK to send billing address information for verification?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example: how would I send the customer's zip code so that I receive an error message if it's wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 21:34:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56964#M31709</guid>
      <dc:creator>superseed</dc:creator>
      <dc:date>2017-02-17T21:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK: how to set billTo fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56965#M31710</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21261"&gt;@superseed&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you open an issue on GitHub, it will notify the team directly who can add the information you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 21:47:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56965#M31710</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-02-17T21:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK: how to set billTo fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56988#M31733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21261"&gt;@superseed&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not quite a Python expert, so I may have missed something here, but try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    // Set the customer's Bill To address
      &lt;BR /&gt;        billTo = apicontractsv1.customerAddressType();&lt;BR /&gt;        billTo.firstName("Ellen");&lt;BR /&gt;        billTo.lastName("Johnson");&lt;BR /&gt;        billTo.company("Souveniropolis");&lt;BR /&gt;        billTo.address("14 Main Street");&lt;BR /&gt;        billTo.city("Pecan Springs");&lt;BR /&gt;        billTo.state("TX");&lt;BR /&gt;        billTo.zip("44628");&lt;BR /&gt;        billTo.country("USA");
&lt;BR /&gt;    // add the last line to add the billTo to the transactionrequest
	transactionrequest = apicontractsv1.transactionRequestType()
	transactionrequest.transactionType = "authCaptureTransaction"
	transactionrequest.amount = amount
	transactionrequest.payment = payment&lt;BR /&gt;        transactionrequest.billTo = billTo&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd still encourage you to open an issue in the sample code repository on GitHub so that the relevant people can be notified to add examples to each of the samples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:15:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Python-SDK-how-to-set-billTo-fields/m-p/56988#M31733</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-02-21T18:15:20Z</dc:date>
    </item>
  </channel>
</rss>

